home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0767 / errno.rc < prev    next >
Text File  |  1995-04-13  |  3KB  |  56 lines

  1. STRINGTABLE
  2. BEGIN
  3.   WSABASEERR,         "[0] No Error"
  4.   WSAEINTR,           "[10004] Interrupted system call"
  5.   WSAEBADF,           "[10009] Bad file number"
  6.   WSAEACCES,          "[10013] Permission denied"
  7.   WSAEFAULT,          "[10014] Bad address"
  8.   WSAEINVAL,          "[10022] Invalid argument"
  9.   WSAEMFILE,          "[10024] Too many open files"
  10.   WSAEWOULDBLOCK,     "[10035] Operation would block"
  11.   WSAEINPROGRESS,     "[10036] Operation now in progress"
  12.   WSAEALREADY,        "[10037] Operation already in progress"
  13.   WSAENOTSOCK,        "[10038] Socket operation on non-socket"
  14.   WSAEDESTADDRREQ,    "[10039] Destination address required"
  15.   WSAEMSGSIZE,        "[10040] Message too long"
  16.   WSAEPROTOTYPE,      "[10041] Protocol wrong type for socket"
  17.   WSAENOPROTOOPT,     "[10042] Bad protocol option"
  18.   WSAEPROTONOSUPPORT, "[10043] Protocol not supported"
  19.   WSAESOCKTNOSUPPORT, "[10044] Socket type not supported"
  20.   WSAEOPNOTSUPP,      "[10045] Operation not supported on socket"
  21.   WSAEPFNOSUPPORT,    "[10046] Protocol family not supported"
  22.   WSAEAFNOSUPPORT,    "[10047] Address family not supported by protocol family"
  23.   WSAEADDRINUSE,      "[10048] Address already in use"
  24.   WSAEADDRNOTAVAIL,   "[10049] Can't assign requested address"
  25.   WSAENETDOWN,        "[10050] Network is down"
  26.   WSAENETUNREACH,     "[10051] Network is unreachable"
  27.   WSAENETRESET,       "[10052] Net dropped connection or reset"
  28.   WSAECONNABORTED,    "[10053] Software caused connection abort"
  29.   WSAECONNRESET,      "[10054] Connection reset by peer"
  30.   WSAENOBUFS,         "[10055] No buffer space available"
  31.   WSAEISCONN,         "[10056] Socket is already connected"
  32.   WSAENOTCONN,        "[10057] Socket is not connected"
  33.   WSAESHUTDOWN,       "[10058] Can't send after socket shutdown"
  34.   WSAETOOMANYREFS,    "[10059] Too many references, can't splice"
  35.   WSAETIMEDOUT,       "[10060] Connection timed out"
  36.   WSAECONNREFUSED,    "[10061] Connection refused"
  37.   WSAELOOP,           "[10062] Too many levels of symbolic links"
  38.   WSAENAMETOOLONG,    "[10063] File name too long"
  39.   WSAEHOSTDOWN,       "[10064] Host is down"
  40.   WSAEHOSTUNREACH,    "[10065] No Route to Host"
  41.   WSAENOTEMPTY,       "[10066] Directory not empty"
  42.   WSAEPROCLIM,        "[10067] Too many processes"
  43.   WSAEUSERS,          "[10068] Too many users"
  44.   WSAEDQUOT,          "[10069] Disc Quota Exceeded"
  45.   WSAESTALE,          "[10070] Stale NFS file handle"
  46.   WSAEREMOTE,         "[10071] Too many levels of remote in path"
  47.   WSASYSNOTREADY,     "[10091] Network SubSystem is unavailable"
  48.   WSAVERNOTSUPPORTED, "[10092] WINSOCK DLL Version out of range"
  49.   WSANOTINITIALISED,  "[10093] Successful WSASTARTUP not yet performed"
  50.   WSAHOST_NOT_FOUND,  "[11001] Host not found"
  51.   WSATRY_AGAIN,       "[11002] Non-Authoritative Host not found"
  52.   WSANO_RECOVERY,     "[11003] Non-Recoverable errors: FORMERR, REFUSED, NOTIMP"
  53.   WSANO_DATA,         "[11004] Valid name, no data record of requested 
  54. type"
  55. END
  56.